home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Text Processing / UnicodeChecker / UnicodeChecker.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2003-06-11  |  2.6 KB  |  67 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 changePlane = id; 
  6.                 checkVersion = id; 
  7.                 copy = id; 
  8.                 findAction = id; 
  9.                 findEndCancel = id; 
  10.                 findEndOK = id; 
  11.                 newUtilityWindow = id; 
  12.                 rangeChange = id; 
  13.                 runNormalizationConformanceTest = id; 
  14.                 selectChar = id; 
  15.                 showTableWindow = id; 
  16.                 singleCharChange = id; 
  17.             }; 
  18.             CLASS = EncodingWindowController; 
  19.             LANGUAGE = ObjC; 
  20.             OUTLETS = {
  21.                 UTF16Value = NSTextField; 
  22.                 UTF32Value = NSTextField; 
  23.                 UTF8Value = NSTextField; 
  24.                 XHTMLValue = NSTextField; 
  25.                 bidirectionalCategory = NSTextField; 
  26.                 characterBlocksMenu = NSMenu; 
  27.                 combiningClass = NSTextField; 
  28.                 decValue = NSTextField; 
  29.                 decimalDigitValue = NSTextField; 
  30.                 decompositionMapping = NSTextField; 
  31.                 digitValue = NSTextField; 
  32.                 dummyView = NSTextView; 
  33.                 findFilter = NSTextField; 
  34.                 findOKButton = NSButton; 
  35.                 findPanel = NSPanel; 
  36.                 findTable = NSTableView; 
  37.                 fromCodeDec = NSTextField; 
  38.                 fromCodeHex = NSTextField; 
  39.                 generalCategory = NSTextField; 
  40.                 hexValue = NSTextField; 
  41.                 lowercaseMapping = NSTextField; 
  42.                 mirrored = NSTextField; 
  43.                 notificationView = esNotificationRoundRectView; 
  44.                 numericValue = NSTextField; 
  45.                 planePopUp = NSPopUpButton; 
  46.                 singleChar = NSTextField; 
  47.                 table = NSTableView; 
  48.                 tableWindow = NSWindow; 
  49.                 textDescription = NSTextView; 
  50.                 titlecaseMapping = NSTextField; 
  51.                 uppercaseMapping = NSTextField; 
  52.                 zeroWidthWarning = NSTextField; 
  53.             }; 
  54.             SUPERCLASS = NSObject; 
  55.         }, 
  56.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  57.         {CLASS = UnicodeTable; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  58.         {
  59.             CLASS = esNotificationRoundRectView; 
  60.             LANGUAGE = ObjC; 
  61.             OUTLETS = {messageTextField = NSTextField; titleTextField = NSTextField; }; 
  62.             SUPERCLASS = esRoundRectView; 
  63.         }, 
  64.         {CLASS = esRoundRectView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
  65.     ); 
  66.     IBVersion = 1; 
  67. }